home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 832 b | 24 lines | [TEXT/GEOL] |
- Item 3758130 29-June-89 06:45
-
- From: PASCOE1 Pascoe, Geoff
-
- To: MACAPP.TECH$ MACAPP Tech
-
- Sub: More Extending Object Pascal
-
- Larry,
-
- As usual, you are correct in pointing out constructors/destructors are
- orthogonal to stack allocated objects. Const/Dest make stack objects much more
- convenient. To use them you only have to declare them, the compiler handles
- the rest.
- On the question of operator overloading- I wouldn't mind seeing
- function/procedure (incl. methods) overloading in an updated Object Pascal,
- although I think generalized operator overloading is not worth the
- complications. (I assume that your reference to C++ features for reference
- counting was the overloading of the assignment operator for objects.)
-
- Geoff
-
-
-